Esx Hcl Hosts CompatibilityReport ServerHclInfo

Esx Hcl Hosts CompatibilityReport ServerHclInfo
Esx Hcl Hosts CompatibilityReport ServerHclInfo

This Esx Hcl Hosts CompatibilityReport ServerHclInfo schema contains properties that describe the server of a ESXi host and its compatibility information.

JSON Example
{
    "server": {
        "model_name": "string",
        "vendor": "string",
        "cpu_series": "string",
        "cpu_features": "string",
        "bios": {
            "version": "string",
            "vendor": "string"
        }
    },
    "matches": [
        {
            "bios_constraints": [
                {
                    "bios": {
                        "version": "string",
                        "vendor": "string"
                    },
                    "notes": [
                        {
                            "id": "string",
                            "default_message": "string",
                            "args": [
                                "string"
                            ],
                            "params": {
                                "params": {
                                    "s": "string",
                                    "dt": "string",
                                    "i": 0,
                                    "d": "number",
                                    "l": "Vapi Std NestedLocalizableMessage Object",
                                    "format": "string",
                                    "precision": 0
                                }
                            },
                            "localized": "string"
                        }
                    ]
                }
            ],
            "cpu_series": "string",
            "supported_releases": [
                "string"
            ],
            "vcg_link": "string",
            "notes": [
                {
                    "id": "string",
                    "default_message": "string",
                    "args": [
                        "string"
                    ],
                    "params": {
                        "params": {
                            "s": "string",
                            "dt": "string",
                            "i": 0,
                            "d": "number",
                            "l": "Vapi Std NestedLocalizableMessage Object",
                            "format": "string",
                            "precision": 0
                        }
                    },
                    "localized": "string"
                }
            ]
        }
    ],
    "model_compatibility": "string"
}
server
Required

Information about the server.

matches
Required

Provides information about possible compatibility matches for the given server.

There could be multiple matches returned as there are several possible matches in the Compatibility data.

string
model_compatibility
Required

Shows if the server model is compatible with given target ESXi release.

For more information see: Esx Hcl CompatibilityStatus.